Auto assign workflow#1276
Closed
tomassrnka wants to merge 8 commits into
Closed
Conversation
…from sf or prg team
| # Works for PRs from branches and forks (runs in base-repo context) | ||
| pull_request_target: | ||
| types: [opened, reopened, ready_for_review, synchronize, edited] | ||
| types: [opened, ready_for_review] |
There was a problem hiding this comment.
Bug: PR Reopen and Sync Events Fail to Trigger Workflow
The workflow no longer triggers on reopened or synchronize events. This means reopened PRs won't get reviewer assignments, and new commits won't update existing assignments, potentially leaving new code unreviewed. This seems inconsistent with the goal of avoiding triggers on "edits/drafts," as reopened and synchronize are not related to those scenarios.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix when we actually run the workflow, so edits/drafts do not trigger it.
Note
Limits the
pull_request_targettriggers in.github/workflows/auto-request-same-site.ymlto onlyopenedandready_for_review.Written by Cursor Bugbot for commit 1b1c1ad. This will update automatically on new commits. Configure here.